.textbox
{
width:160px;
height:25px;
font-size:18px;
border-radius:13px;
margin-top:6px;	
}
.textbox1
{
width:190px;
height:25px;
font-size:14px;

}
.textbox99
{
width:300px;
height:25px;
font-size:18px;
border-radius:13px;
margin-top:6px;	
}
.submitbutton
{
width:140px;
height:25px;
font-size:14px;
border-radius:13px;
margin-top:4px;	
}


/* General Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  caption, tbody, tfoot, thead, tr, th, td, hr, button {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:none;
}

ol, ul {
	list-style-type:none;
}

h1, h2, h3, h4, h5, h6, li {
	line-height:100%;
}

blockquote, q {
	quotes:none;
}

q:before, q:after {
	content:"";
}

input, textarea, select {
	font:12px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	padding:0;
	margin:0;
}

textarea {
	overflow:auto;
	resize:none;
}

body {
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:21px;
	color:#000000;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 {
	font-size:33px;
	margin-bottom:15px;
}

h2 {
	font-size:25px;
	margin-bottom:15px;

}

h3 {
	font-size:18px;
	margin-bottom:15px;
}

h4 {
	font-size:16px;
	margin-bottom:15px;
}

h5 {
	font-size:14px;
	margin-bottom:15px;
}

h6 {
	font-size:12px;
	margin-bottom:15px;
}

	/*  links
	******************************/
	a {color: #236407;text-decoration: underline;}
	a:hover {color: #236407;text-decoration: none;}

	/*  superscript and subscript
	******************************/
	sup, sub {vertical-align: baseline;position: relative;top: -0.4em;}
	sub { top: 0.4em; }
	
	/*  lists
	******************************/
	ul, ol {padding:0;margin:0;}
	ul li {list-style-type:disc;}
	ol li {list-style-type:decimal;}
	ul li,
	ol li {font-size: 12px; line-height: 16px;margin: 0 0 10px 15px;}

	/*  tables
	******************************/
	/*
	table,th,td {border:1px solid #BBBBBB;}
	th {padding:3px; font-weight:bold;color:#3b413e;}
	tr {margin:0 0 5px 0;padding:3px;}
	td {padding:5px;margin:0 1px;}
	*/
	/*  horizontal lines
	******************************/
	hr {border-bottom: 1px solid #ceced6;margin:5px 0;padding:0;height:2px;width:100%; margin-bottom:10px;}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.copyright {
	border: 0px;
	height: 1px;
	width: 1px;
}

#wrapper {
 width: 100%;
    max-width: 900px;
    height:auto;
}
/*----start header----*/
#header {
 width: 100%;
    max-width: 900px;
	height:auto;
}


img {
        width: 100%;
        height: auto;
        max-width: 900px;
        max-height: 200px;
        border:#a4a5a5 solid 1px;
}
.navigation{
    width: 97%;
    max-width:889px;
	border:#adb1b2 solid 1px;
	padding:15px 5px;
	background: #2E9AFE;
}

.navigation ul{
	margin:0px;
	padding:0px;
}

.navigation ul li{
	margin:0px;
	padding:0px 32px;
	display:inline;
	font-size:15px;
	list-style-type:none;
}

.navigation ul li a{
	color:#03314b;
	text-decoration:none;
}

.navigation ul li a:hover{
	text-decoration:underline;
}

.navigation ul li:last-child {
	border-right:none;
}
/*----end header----*/


/*----start page content----*/
#page_content{

	width: 100%;
    max-width: 900px;
	height:auto;

	background-color:#ffffff repeat;
	border:#a4a5a5 solid 1px;
}

#page_content .right_section{
    width: 100%;
    max-width: 900px;
	height:auto;
	padding:15px;
	border-left:#d4d093 solid 1px;
}



#page_content .right_section .top_content .column_one{
    width: 100%;
    max-width: 900px;
	height:auto;
	margin-bottom:20px;
}

#page_content .right_section .top_content .column_two{
   width: 100%;
    max-width: 900px;
	height:auto;
	margin-bottom:20px;
}

a.btn{
	color:#0a0800;
	font-size:12px;
	text-decoration:none;
	padding:7px 15px 7px 15px;
	font-weight:bold;
	display:inline-block;
	border:#7a6f73 solid 1px;
	background-color:#bdd92c;
}

a.btn:hover{
	text-decoration:underline;
}

.common_content{
	padding:0 0 20px 0;
}

.border_left{
	border-left:#6e7678 dotted 0px;
	padding-left:20px;
}

.border_none{
	border:none!important;
	margin:0px!important;
}


/*----end page content----*/


/*----start footer content----*/
#footer{
    width: 98%;
    max-width: 900px;
	clear:both;
	margin-top:18px;
	padding:15px 0 12px 0;
	height:25px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:17px;
	background: #2E9AFE;
}

#footer a{
	color: #236407;
	text-decoration:none;
}

#footer a:hover{
	color: #236407;
	text-decoration:underline;
}

/*----end footer content----*/